Package | ca.on.ehr.r4 |
Resource Type | StructureDefinition |
Id | BundleTransaction |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot9&canonical=http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-transaction |
URL | http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-transaction |
Version | 1.0.0 |
Status | active |
Date | 2025-04-19T18:26:11.1235916+00:00 |
Name | BundleTransactionEHR |
Title | Bundle Transaction EHR |
Realm | ca |
Authority | national |
Type | Bundle |
Kind | resource |
No resources found
No resources found
No narrative content found in resource
{ "resourceType": "StructureDefinition", "id": "BundleTransaction", "meta": { "lastUpdated": "2025-06-06T17:08:22.0120072+00:00" }, "url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-transaction", "version": "1.0.0", "name": "BundleTransactionEHR", "title": "Bundle Transaction EHR", "status": "active", "date": "2025-04-19T18:26:11.1235916+00:00", "fhirVersion": "4.0.1", "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping" }, { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" }, { "identity": "cda", "uri": "http://hl7.org/v3/cda", "name": "CDA (R2)" }, { "identity": "w5", "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping" } ], "kind": "resource", "abstract": false, "type": "Bundle", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle", "derivation": "constraint", "differential": { "element": [ { "id": "Bundle.identifier", "path": "Bundle.identifier", "comment": "globally unique for this instance of the document, and is never re-used", "min": 1, "mustSupport": true }, { "id": "Bundle.identifier.system", "path": "Bundle.identifier.system", "min": 1, "mustSupport": true }, { "id": "Bundle.identifier.value", "path": "Bundle.identifier.value", "min": 1, "mustSupport": true }, { "id": "Bundle.type", "path": "Bundle.type", "fixedCode": "transaction", "mustSupport": true }, { "id": "Bundle.timestamp", "path": "Bundle.timestamp", "min": 1, "mustSupport": true }, { "id": "Bundle.entry", "path": "Bundle.entry", "comment": "There could be other resources in the bundle such as organization, location, etc.", "min": 1, "mustSupport": true }, { "id": "Bundle.entry.fullUrl", "path": "Bundle.entry.fullUrl", "min": 1, "mustSupport": true }, { "id": "Bundle.entry.resource", "path": "Bundle.entry.resource", "min": 1, "mustSupport": true }, { "id": "Bundle.entry.request", "path": "Bundle.entry.request", "min": 1, "mustSupport": true }, { "id": "Bundle.entry.request.method", "path": "Bundle.entry.request.method", "fixedCode": "POST", "mustSupport": true }, { "id": "Bundle.entry.request.url", "path": "Bundle.entry.request.url", "mustSupport": true } ] } }